home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / resetscr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-18  |  106 b   |  11 lines

  1.  
  2. #include <stdio.h>
  3. #include <ryosuke.h>
  4. #include <usrlib.h>
  5.  
  6. main()
  7. {
  8.     ginit();
  9.     gscreen(3);
  10. }
  11.